home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
boot
/
netBoot.OpenProm
/
sainet.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-01-09
|
354b
|
17 lines
#ifndef _SAINET_H
#define _SAINET_H
#include <netInet.h>
/*
* Standalone Internet Protocol State
*/
struct sainet {
Net_InetAddress myAddr; /* my host address */
Net_EtherAddress myEther; /* my Ethernet address */
Net_InetAddress hisAddr; /* his host address */
Net_EtherAddress hisEther; /* his Ethernet address */
};
#endif /* _SAINET_H */